翻訳と辞書
Words near each other
・ Method Mwanjali
・ Method of analytic tableaux
・ Method of averaging
・ Method of Breathing
・ Method of characteristics
・ Method of complements
・ Method of conditional probabilities
・ Method of continued fractions
・ Method of continuity
・ Method of difference
・ Method of distinguished element
・ Method of exhaustion
・ Method of factors
・ Method of Fluxions
・ Method of focal objects
Method of Four Russians
・ Method of fundamental solutions
・ Method of Harvard Principled Negotiation
・ Method of image charges
・ Method of images
・ Method of Levels
・ Method of lines
・ Method of loci
・ Method of matched asymptotic expansions
・ Method of mean weighted residuals
・ Method of Modern Love
・ Method of Modern Love (Saint Etienne song)
・ Method of moments
・ Method of moments (probability theory)
・ Method of moments (statistics)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Method of Four Russians : ウィキペディア英語版
Method of Four Russians
In computer science, the Method of Four Russians is a technique for speeding up algorithms involving Boolean matrices, or more generally algorithms involving matrices in which each cell may take on only a bounded number of possible values.
== Idea ==

The main idea of the method is to partition the matrix into small square blocks of size for some parameter , and to use a lookup table to perform the algorithm quickly within each block. The index into the lookup table encodes the values of the matrix cells on the block boundary prior to some operation of the algorithm, and the result of the lookup table encodes the values of the boundary cells after the operation. Thus, the overall algorithm may be performed by operating on only blocks instead of on matrix cells, where is the side length of the matrix. In order to keep the size of the lookup tables (and the time needed to initialize them) sufficiently small, is typically chosen to be .

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Method of Four Russians」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.